﻿@media screen and (max-width: 414px){
	/* 8.10号更改 */
	#banner .swiper .swiper-slide img {height: 244px;}
	#partners .list-image {display: flex;flex-wrap: wrap;}

}
@media screen and (max-width: 767px){
    html{background: #fff;}
	body{font-size:12px;}
	a:hover{text-decoration:none;color:#0030ff;}
	.center{width:100%;margin:0 auto;box-sizing:border-box;}
	.pc_ok{display: none;}
	.mobile_hide{display:none;}
	.mobile_show{display:block;}
	/* 7.31号更改 */
	img{max-width:100%;height: auto;}
	#banner2 .swiper-container{height: 248px;}
	#banner2 .swiper-container .swiper-slide>div{width: 100%;height: 100%;}
	#banner2 .swiper-container .swiper-slide>div ._mainPic{width: 100%;height: 100%;object-fit: cover;}
	
		

	
	#main_swiper.mobile_ok>.swiper-wrapper,#main_swiper.mobile_ok>.swiper-wrapper>.swiper-slide{transform: none !important;  transition: none !important;height: auto!important; display: block;}   
	.mobile_ok #banner{height:244px;overflow: hidden;}
	.mobile_ok #banner .swiper-button-next{display:none;}
	.mobile_ok #banner .swiper-button-prev{display:none;}
	/*组件-头部*/
	.module-header{position:fixed;top:0px;left:0px;background:#fff;height:54px;width:100%;z-index:1000;display:flex;align-items:center;justify-content:space-between;box-shadow: 0 0 5px rgba(0,0,0,0.25);}
	.module-header.module-header--mobile{background:#000;}
	.module-header .logo{width:180px;height:28px;display:block;background:url(../images/mobile/logo_new.png) no-repeat left top;background-size:cover;margin-left:25px;}
	.module-header ._menu{position:absolute;top:100%;display:none;}
 	/*菜单导航*/
	._menu{position:absolute;right:0px;left:0px;top:100%;z-index:1000;letter-spacing:1px;display:none;}
	._menu ul{width:92%;margin:0 auto;font-size:16px;line-height:2.35;padding-top:20px;padding-bottom:20px;}
	._menu ul>li{margin-bottom:0px;}
	._menu ul>li.change>a{background:#222282;color:#fff;}
	._menu ul>li.hover>a{color:#fff;}
	._menu ul>li.hover>a .icon-arrowright{transform:rotate(90deg);}
    
	._menu ul>li.change>a ._white_arrow,.menu-nav ul>li.hover>a ._white_arrow{transform:translatey(-50%) rotate(0deg);}
	._menu ul>li ._white_arrow{width:27px;height:23px;display:inline-block;top:50%;position:absolute;right:10px;transform:translatey(-50%) rotate(-90deg);background:url(../images/icon_arrow_bom.png) no-repeat center center;background-size:100% auto;transition:all 0.2s ease-in;}
	._menu ul>li>a{color:#a1a2a4;display:flex;text-align:left;padding-left:15px;padding-right:15px;position:relative;text-decoration: none;justify-content:space-between;align-items:center;}
    ._menu ul>li.change ol{display: block;}
	._menu ol{padding-bottom:10px;padding-top:10px;display:none;}
	._menu ol>li>a{text-align:left;color:#f0f1f3;display:block;padding-left:30px;padding-right:30px;}
	._menu ol>li>a:hover{background:#262626;text-decoration:none;}
   
	.m_showMenu{display:block!important;background:rgba(0,0,0,0.75);}
	.module-header-mask{position:fixed;top:54px;bottom:0px;left:0px;right:0px;z-index:900;display:none;background:rgba(0,0,0,0.45);}
	.module-header-mask.mobile-mask-show{display:block;}
	.module-header-space{height:54px;display:none;}
   
	/**/
	.mobile-btn-menu{width:50px;background:none;padding:0;z-index:501;height:50px;border:0;}
	.mobile-btn-menu.btn_show span:nth-child(1){background-color:#fff;transform:rotate(45deg);}
	.mobile-btn-menu.btn_show span:nth-child(2){left:-0.50rem;visibility:hidden;opacity:0;}
	.mobile-btn-menu.btn_show span:nth-child(3){transform:rotate(-45deg);background-color:#fff;}
	.mobile-btn-menu span{width:40%;line-height:0;overflow:hidden;margin:0 auto 8.90% auto;padding-top:4.44%;border-radius:0.25rem;display:block;transition:transform 0.2s ease-in,opacity 0.2s linear,left 0.2s linear;background-color:#000000;}
	.mobile-btn-menu span:nth-child(1){margin-top:10.07%;transform-origin:left top;}
	.mobile-btn-menu span:nth-child(3){transform-origin:left bottom;}
	#mobile-mask{position:fixed;top:0px;bottom:0px;left:0px;right:0px;background:rgba(0,0,0,0.85);z-index:3400;display:none;}
	#mobile-mask.mobile-mask-show{display:block;}
	.searchMask{position:fixed;left:0px;top:60px;bottom:0px;right:0px;background:rgba(0,0,0,0.8);z-index:3400;display:none;}
	.searchMask.searchMaskShow{display:block;}  
    
	.mobile-btn-search{position:absolute;right:42px;bottom:0px;top:0px;width:50px;background-size:50%;display:block;border:0;}
	.mobile-btn-search::before{content:"\e90f";font-family:"icomoon";color:#000000;font-size:18px;}
	.mobile-btn-search._active::before{content:"\e915";}
    
	/*组件-首页广告*/
	.module-homebanner{height:320px;}
	/*导航*/
	.module-homebanner  .swiper-pagination{background-size:contain;padding-top:1.58%;padding-bottom:1.58%;bottom:-1px;}
	.module-homebanner  .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background-color:#838383;line-height:0px;border-radius:50px;border:1px solid #fffffd;background:none;opacity:1;}
	.module-homebanner  .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
	.module-homebanner .swiper{width:100%;}
	.module-homebanner .swiper .swiper-wrapper{width:100%;}
	.module-homebanner .swiper .swiper-wrapper .swiper-slide{position:relative;}
	.module-homebanner ._bannerText{bottom:28px;left:33px;transform:translatex(0%);}
	.module-homebanner ._bannerText h4{line-height:1.07;margin-bottom:5px;font-size:27px;}
	.module-homebanner ._bannerText h4 strong,.module-homebanner ._bannerText  h4 span{font-size:20px;}
	.module-homebanner ._bannerText p{line-height:1.50;padding-bottom:20px;font-size:12px;}
	/*
	删除左侧横线
	.module-homebanner ._bannerText p::before{border-left:1px solid #fffffd;left:-6px;top:4px;height:36px;}
	*/

	.column{display: block;}
	.column video{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:767px;min-width:100%;}
	#banner2{width:100%;height:248px;position:relative;color:#fff;}
	#banner2 ._mainPic{width:100%;height:100%;object-fit:cover;}
	#banner2 .text-banner{position:absolute;left:32px;top:50%;transform:translatey(-50%);}
	/*产品与服务*/
	#services{padding-top:0px;background-color:#0069df;}
	/*导航*/
	#services  .swiper-pagination{background-size:contain;position:relative;padding-top:25px;clear:both;}
	#services  .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background-color:#838383;line-height:0px;border-radius:50px;border:1px solid #fff;background:none;opacity:1;}
	#services  .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
	#services ._services-box{padding-bottom:20px;}
	#services .title-subColumn{color:#fff;}
	#services .title-subColumn h4   ._en{opacity:0.5;}
	#services .title-subColumn h4 ._cn{color:#fff;}
	.item-service-rolling{width:92%;margin:0 auto;border-right:0;}
	.item-service-rolling .swiper-button-prev,.item-service-rolling .swiper-button-next{display:none;}
	.item-service-rolling .swiper{width:100%;}
	.item-service-rolling .swiper .swiper-slide{width:calc(50% - 1 * 20px / 2);}
	/*子栏目标题*/
	.title-subColumn{padding-bottom:15px;padding-top:15px;padding-left:4%;padding-right:4%;}
	.title-subColumn .btn-mores{width: 30%;border: 1px solid #fff;color: #fff;display: block;padding: 5px 10px;margin: 10px auto;}/* 查看更多产品 */
	.title-subColumn ._more{display:none;}
	.title-subColumn h4{text-align:center;margin-bottom:13px;}
	.title-subColumn h4 ._cn{display:block;color:#0069df;line-height:27px;font-size:22px;font-weight:normal;letter-spacing:2px;}
	.title-subColumn h4 ._en{white-space:nowrap;font-size:20px;line-height:27px;position:relative;}
	.title-subColumn h4 ._en br{display:none;}
	.title-subColumn p{text-align:center;font-size:11px;line-height:1.67;opacity:0.8;}
	/*项-我们的服务*/
        .item-service{color:#fff;}
        .item-service dl{padding-left:18px;padding-right:18px;padding-top: 25px;}
        .item-service dt{font-size:15px;}
        .item-service dt ._xh{line-height:14px;margin-bottom:17px;}
        .item-service dt ._xh::before{height:12px;left:-18px;top:0;}
        .item-service dt ._iconPic{height:35px;width:35px;margin-bottom:17px;margin-top:17px;}
        .item-service dt [class^='icon']{height:35px;width:35px;margin-bottom:17px;margin-top:17px;font-size:30px;}
        .item-service dd{font-size:12px;}
        .item-service dd p{line-height:14px;margin-bottom:34px;}
        .item-service dd ._btn_more{height:25px;width:25px;line-height:25px;transform:scale(1);}
		#solution .btn-more{width:92%;margin:20px auto 0 auto;display:block;text-align:center;line-height:3;font-size:14px;color:#fff;background-color:#0069df;top:0;
			opacity: 1;/*田-11.16*/
		}
		#solution .btn-more::after{content:none;}
		#solution .swiper-scrollbar{display:none;}
		#solution .center{padding-top:20px;padding-bottom:30px;}
		#about{background-color:#0069df;color:#fff;padding-top:20px;}
		#about ._about-left-box{padding-bottom:20px;}
		#about ._about-rightbox{display:none;padding-top:20px;padding-bottom:20px;}
		#about .title-subColumn.title-subColumn--vertical ._cn{color:#fff;}
		/*文本项目*/
		.item-text{padding-bottom:12px;padding-top:10px;padding-left:44px;position:relative;display:block;box-sizing:border-box;margin-bottom:3px;border-bottom:1px solid rgba(255,255,255,0.2);width:92%;max-width:none;margin-left:auto;margin-right:auto;}
		.item-text:nth-last-of-type(1){border-bottom:0;}
		.item-text dt{line-height:1.92;font-size:16px;letter-spacing:1px;}
		.item-text dd{line-height:14px;letter-spacing:1px;font-size:12px;}
		.item-text dt ._iconPic{position:absolute;top:45.00%;transform:translateY(-50%);left:1px;width:30px;height:30px;}
		.item-text dt ._iconPic img{width:100%;height:100%;display:block;}
		.item-text dt ._iconPic [class^='icon']{display:inline-block;font-size:28px;}
		#partners .list-image{width:92%;margin:0 auto;padding-top:15px;padding-bottom:15px;}
		#partners .list-image li{width:calc(33.33% - 2 * 10px / 3);margin-right:10px;height:38px;margin-bottom:10px;}
		#partners .list-image li:nth-child(3n){margin-right:0px;}
		/*学校滚动*/
			.item-school p{letter-spacing:1px;font-size:12px;line-height:2;}
			.item-school-rolling{margin-bottom:0;height:auto;}
			/*导航*/
			.item-school-rolling  .swiper-pagination{background-size:contain;bottom:-1px;padding-top:8px;padding-bottom:8px;}
			.item-school-rolling  .swiper-pagination .swiper-pagination-bullet{width:0px;padding-left:1.86%;padding-top:1.77%;height:0px;line-height:0px;border-radius:50px;background:#fff;}
			.item-school-rolling .swiper .swiper-slide{width:100%;}
			.item-school-rolling  .swiper .swiper-button-next{right:9px;}
			.item-school-rolling .swiper .swiper-button-prev{left:9px;}
			.item-school{padding-left:66px;padding-right:69px;height:auto;padding-top:32px;padding-bottom:43px;width:100%;}
			.item-school::after,.item-school::before{width:50px;height:43px;}
			.item-school::after{right:0;top:0;}
			.item-school::before{bottom:0;left:0;}
			.item-school a{flex-direction:column;}
			.item-school .photo{width:149px;margin-right:25px;height:55px;}
			.item-school p{letter-spacing:1px;font-size:12px;line-height:2;}
		/*切换-项-案例*/
		/*导航*/
		.item-case2-slide{display:flex;overflow-x:auto;}
		.item-case2-slide .item-case2{width:calc(50% - 1 * 20px / 2);margin-right:20px;flex:none;}
		.item-case2-slide .item-case2:nth-child(4n){margin-right:20px;}
		/*项-案例*/
			.item-case2{width:188px;padding-bottom:19px;}
			.item-case2 .text{padding-top:17px;padding-bottom:14px;}
			.item-case2 .photo{box-shadow:0 0 2px rgba(0,0,0,0.12);}
			.item-case2 .photo img{padding:5px;}
			.item-case2 .text{padding-top:16px;padding-left:9px;padding-right:9px;}
			.item-case2 h5{font-size:14px;margin-bottom:7px;letter-spacing:1px;}
			.item-case2 p{font-size:12px;margin-bottom:19px;height:40px;overflow: hidden;}
			.item-case2 a.btn_more{width:130px;font-size:14px;border-radius:25px; display: none;}
			.item-case2hover{background-color:#ffffff;box-shadow:0 0 7px rgba(0,0,0,0.2);z-index:1000;}
		/*解决方案*/
		.item-solution-group{width:92%;margin:0 auto;position:relative;}
		/*导航*/
		.item-solution-group  .swiper-pagination{background-size:contain;bottom:-1px;position:relative;}
		.item-solution-group  .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;border-radius:50px;border:1px solid #0067de;background:#fff;opacity:1;}
		.item-solution-group  .swiper-pagination .swiper-pagination-bullet-active{background-color:#0069df;}
		.item-solution-group .swiper-button-prev,.item-solution-group .swiper-button-next{display:none;}
		.item-solution-group .swiper{width:100%;}
		.item-solution-group .swiper .item-solution:nth-child(2n){margin-right:0px;}
		.item-solution-group .item-solution:nth-of-type(2n){margin-right:0px;}
		/*项-解决方案*/
			.item-solution{width:100%;}
			.item-solution h5{font-size:15px;margin-bottom:3px;letter-spacing:2px;}
			.item-solution p{font-size:12px;}
			.item-solution a.btn_more{font-size:7px;}
			.item-solutionhover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
			#news{background-color:#f1f1f1;}
			/*新闻组*/
			.item-news2-group{position:relative;display:flex;white-space:nowrap;}
			.item-news2-rolling .item-news2:nth-child(3n){margin-right:25px;}
			.item-news2-rolling{white-space:nowrap;padding-left:4%;padding-right:4%;padding-bottom:20px;}
			.item-news2-rolling .item-news2{flex:none;width:100%;margin-top:10px;}
			/*项-新闻*/
				.item-news2{margin-right:25px;white-space:normal;}
				.item-news2:hover{box-shadow:0 0 7px rgba(0,0,0,0.08);}
				.item-news2::after{bottom:0;left:0;height:2px;}
				.item-news2 .text{padding-left:22px;padding-right:22px;padding-top:18px;padding-bottom:16px;}
				.item-news2 h5{font-size:14px;margin-bottom:7px;letter-spacing:1px;}
				.item-news2 p{line-height:2;font-size:12px;margin-bottom:12px;height:4em;}
				.item-news2 a.btn_more{font-size:7px;}
				.item-news2hover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
			/*页尾*/
				#footer{background-color:#1d1e22;color:#5f6064;}
				#footer .center{margin:0 auto;padding-top:20px;}
				/*组件-底部LOGO*/
				.module-bomlogo{width:48.20%;margin:0 auto 29px auto;}
				/*组件-分享*/
					.module-share{display:flex;justify-content:space-between;width:47.00%;margin:0 auto 28px auto;}
					.module-share li{width:25px;height:25px;border:1px solid #ffffff;border-radius:50px;line-height:25px;text-align:center;}
					.module-share li span{display:none;}
					.module-share li [class^='icon']{display:inline-block;vertical-align:-5px;width:18px;height:18px;}
					.module-share li a{display:block;height:100%;vertical-align:middle;border-radius:50%;}
					.module-share li a:hover{background-color:#fff;}
					.module-share li a:hover [class^='icon']{background-position-y:100%;}
					/*组件-网站地图*/
					.module-webmap{font-size:12px;line-height:2.4;}
					.module-webmap dl dt{padding-left:4%;padding-right:4%;background:#000;color:#949597;margin-bottom:1px;font-size:14px;position:relative;}
					.module-webmap dl dt.change+dd{height:100%;padding-bottom:8px;padding-top:8px;}
					.module-webmap dl dt:hover+dd{height:100%;padding-bottom:8px;padding-top:8px;}
					.module-webmap dl dt:hover::before{transform:rotate(90deg);}
					.module-webmap dl dt::before{position:absolute;right:0px;bottom:0px;top:0px;margin-right:4%;content:"\e913";font-family:"icomoon";font-size:12px;transition:transform 0.2s ease-in;transform-origin:0 50%;}
					.module-webmap dl dd{padding-right:4%;padding-left:4%;color:#a1a1a2;height:0px;overflow:hidden;position:relative;box-sizing:border-box;transition:height 0.2s ease;}
					.module-webmap dl dd a{display:inline-block;padding:0 4px;color:#a1a1a2;}
					.module-webmap dl dd a:hover{}
					/*组件-版权*/
					.module-copyright{text-align:center;display:flex;justify-content:space-between;padding-left:4%;padding-right:4%;padding-top:8px;padding-bottom:8px;}
					.module-copyright p{text-align:left;max-width:70%;}
	/*- - - - - - - - -样式属新闻资讯.html - - - - - - - -*/
	/*模块-搜索*/
	.module-search{left:0;right:0;}
	.module-search .Searchform{margin-bottom:17px;padding-top:7px;padding-bottom:9px;}
	.module-search .Searchform .icon-search{font-size:18px;margin-right:5px;}
	.module-search .Searchform .text{margin-right:7px;height:34px;font-size:14px;}
	.module-search .Searchform .btn_send{width:97px;height:34px;border-radius:4px;letter-spacing:1px;font-size:14px;}
	.module-search .Searchform .btn_send::after{margin:-7px 0 0 1px;width:15px;height:15px;}
	.module-search ._hotKeys{padding-top:7px;padding-bottom:7px;line-height:1.93;font-size:14px;text-align:center;}
	.module-search ._hotKeys a{padding-left:13px;padding-right:13px;margin-right:3px;border-radius:25px;margin-left:2px;margin-bottom:8px;}
	.module-search ._module-search-box{padding-top:5px;padding-bottom:10px;width:92%;}
	/*模块-统计*/
	.module-statistics{bottom:0;right:0;left:0;}
	.module-statistics .center{padding-left:0;padding-right:0;width:100%;}
	.module-statistics ul{padding-top:7px;padding-bottom:7px;display:flex;justify-content:space-between;}
	.module-statistics li{font-size:8px;padding-left:19px;padding-right:12px;flex:auto;}
	.module-statistics li:not(:first-child)::after{left:0;top:7px;bottom:8px;}
	.module-statistics li strong{line-height:1.16;font-size:25px;}
	/*内容区域*/
	#container{padding-bottom:10px;padding-top:10px;background:#fff;}
	.item-news-group{clear:both;width:92%;margin:0 auto;}
	.item-news-group .item-news{width:100%;margin-right:0px;}
	.item-news-group .item-news:nth-child(2n){margin-right:0;}
	/*新闻*/
	.item-news{margin-bottom:16px;float:none;}
	.item-news>a{position:relative;}
	.item-news .photo{width:140px;height:88px;margin-right:16px;}
	.item-news h5{font-size:15px;height:2.7em;margin-bottom:5px;padding-top:3px;letter-spacing:1px;}
	.item-news p{margin-bottom:0;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:3.52em;font-size:12px;}
	.item-news .val{line-height:1.90;position:absolute;left:0px;top:0px;font-size:10px;background:rgba(0,0,0,0.5);width:140px;box-sizing:border-box;text-align:center;}
	.item-news .val span{color:#fff;}
	/*广告上的文字*/
	.text-banner{color:inherit;max-width:250px;}
	.text-banner h4{font-size:22px;min-height:36px;font-weight:normal;letter-spacing:3px;}
	.text-banner p{font-size:11px;line-height:1.55;letter-spacing:1px;}
	/* - - - - - - - - - 组件  - - - - - - - - -*/
	.item-news-focus ._newslist{padding-left:24px;padding-top:20px;padding-right:25px;padding-bottom:20px;}
	.item-news-focus ._newslist dl{font-size:12px;margin-left:14px;border-bottom:1px solid #e8e9ed;margin-bottom:5px;padding-bottom:5px;padding-top:9px;}
	.item-news-focus ._newslist dl::before{width:3px;height:3px;border-radius:5px;top:20px;margin-right:8px;}
	.item-news-focus ._newslist dt{line-height:1.86;font-size:14px;}
	.item-news-focus ._newslist dd{height:28px;padding-bottom:8px;padding-top:8px;line-height:1.58;font-size:12px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
	.item-news-focus ._newslist time{font-size:12px;display:block;color:#0069df;line-height:1;}
	.item-news-focus ._newslist dl._change{padding-top:9px;margin-bottom:5px;padding-bottom:5px;}
	.item-news-focus ._newslist dl._change::before{top:20px;}
	.item-news-focus ._newslist dl._change dt{line-height:26px;}
	.item-news-focus ._newslist dl._change dt::before{top:8px;}
	.item-news-focus ._newslist dl._change time{line-height:12px;}
	.item-news-focus ._newslist dl._change dd{line-height:1.58;padding-top:8px;padding-bottom:8px;height:28px;font-size:12px;}
	.item-news-focus .photo{width:100%;height:230px;float:none;}
	.item-news-focus .photo:hover img{transform:scale(1);}
	/*组件-翻页*/
	.module-pages{padding-top:13px;padding-bottom:13px;}
	.module-pages ._pageInfo{display:block;padding-left:10px;padding-right:10px;font-size:12px;margin-bottom:10px;}
	.module-pages ._pageNumber a{margin:0 5px 0 6px;padding:0 2px;}
	.module-pages ._pageJump ._text{width:21px;height:12px;margin-left:3px;margin-right:3px;border-radius:2px;}
	/*组件-位置*/
	.module-location{height:19px;line-height:19px;margin-bottom:0;padding-top:10px;padding-bottom:12px;width:92%;margin-left:auto;margin-right:auto;padding-left:4%;padding-right:4%;white-space:nowrap;overflow-x:auto;}
	.module-location .icon-dot{width:3px;height:3px;border-radius:3px;margin-right:8px;}
	.module-location .icon--home{margin-right:8px;}
	.module-location a{margin-right:6px;}
	/*菜单-子菜单*/
	.menu-submenu{float:none;margin-top:0;display:flex;white-space:nowrap;overflow-x:auto;}
	.menu-submenu .lines{bottom:0;right:0;left:0;border-bottom:2px solid #0069df;}
	.menu-submenu li{line-height:2.79;margin-left:0;max-width:none;padding-bottom:1px;font-size:14px;margin:0 6px;flex:none;}
	/*- - - - - - - - -样式属产品与服务.html - - - - - - - -*/
	/*栏目标题*/
	.title-column{margin-bottom:19px;}
	.title-column ._en{line-height:1.57;font-size:21px;}
	.title-column ._cn{line-height:1.56;font-size:16px;letter-spacing:2px;font-weight:bold;}
	/*分组-产品列表*/
	.list-products-group{width:92%;margin:0 auto;}
	.list-products-group::after{content:"";display:block;clear:both;}
	.list-products-group .list-products{float:none;outline:1px solid #f0f0f0;width:100%;height:auto;}
	.list-products-group .list-products:nth-child(3n){margin-right:0;}
	/*产品列表*/
	.list-products{float:none;width:100%;margin-bottom:16px;padding-top:12px;padding-bottom:12px;padding-left:16px;padding-right:16px;margin-right:17px;}
	.list-products:hover{box-shadow:0 0 7px rgba(0,0,0,0.08);}
	.list-products a::after{content:"";display:block;clear:both;}
	.list-products ._iconPic{width:38px;height:38px;margin-right:14px;border-radius:3px;margin-top:6px;}
	.list-products ._iconPic img{}
	.list-products h5{height:21px;line-height:1.50;font-size:14px;margin-bottom:4px;letter-spacing:2px;}
	.list-products p{font-size:12px;-webkit-line-clamp:2;}
	/*新闻*/
	.item-products-group{width:92%;margin:0 auto;}
	.item-products-group .item-products{float:left;margin-bottom:18px;margin-right:18px;width:100%;}
	.item-products-group .item-products:nth-child(3n){margin-right:18px;}
	.item-products-group .item-products:nth-child(2n){margin-right:0px;}
	/*产品*/
	.item-products{width:255px;height:139px;}
	.item-products:hover{box-shadow:0 0 7px rgba(0,0,0,0.08);}
	.item-products ._intr{padding-left:14px;padding-top:8px;padding-right:14px;}
	.item-products .photo{height:60px;}
	.item-products ._iconPic{width:39px;height:39px;margin-right:17px;margin-top:11px;border-radius:2px;}
	.item-products ._iconPic img{padding-left:8px;padding-right:8px;padding-top:8px;padding-bottom:8px;}
	.item-products h5{line-height:2.08;font-size:13px;letter-spacing:2px;}
	.item-products p{font-size:12px;line-height:1.42;}
	/*加载*/
	.text-loading{font-size:8px;line-height:4;text-align:center;color:#878789;}
	.text-loading [class^='icon']{margin-right:3px;}
	/*广告搜索*/
	.module-banner-search{padding-bottom:8px;width:92%;}
	.module-banner-search form{height:28px;border-radius:25px;}
	.module-banner-search h4{line-height:41px;margin-bottom:11px;font-size:18px;letter-spacing:4px;}
	.module-banner-search .text{padding-left:10px;padding-right:10px;font-size:14px;}
	.module-banner-search .text:focus{box-shadow:0 2px 2px rgba(0,0,0,0.4) inset;}
	.module-banner-search .btn_send{width:23.80%;font-size:14px;}
	.module-banner-search .btn_send:hover::after{transform:scale3d(9,9,1);}
	.module-banner-search .btn_send::after{margin:-7px 0 0 1px;width:15px;height:15px;}
	.module-banner-search .icon--search{margin-right:3px;margin-left:4px;}
	.menu-filter-group{padding-top:20px;}
	/*菜单-筛选*/
	.menu-filter{line-height:25px;padding-top:3px;padding-left:4%;padding-right:4%;font-size:14px;}
	.menu-filter dt{position:relative;left:0;padding-top:6px;padding-bottom:0;}
	.menu-filter dd{margin-bottom:3px;padding-top:8px;padding-bottom:10px;line-height:21px;margin-left:0;padding-left:0;}
	.menu-filter dd a{margin-right:0;padding-right:7px;padding-left:7px;margin-bottom:5px;line-height:normal;}
	/**/
	.columnBox .center{padding-top:20px;padding-bottom:20px;}
	.columnBox .center .text-docIntr{max-width:92%;}
	.columnBox .center.center-style{padding-top:34px;padding-bottom:40px;width:92%;padding-left:30px;padding-right:30px;margin-top:40px;margin-bottom:40px;}
    
    
    
	/*- - - - - - - - -样式属应用案例.html - - - - - - - -*/
	/**/
	.item-case-group{padding-top:16px;clear:both;margin-top:16px;margin:0 auto;width:92%;}
	.item-case-group .item-case{margin-right:0;margin-bottom:18px;width:100%;}
	.item-case-group .item-case:nth-child(4n){margin-right:0;}
	/*案例*/
	.item-case{float:none;width:100%;}
	.item-case:hover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
	.item-case .photo{height:160px;}
	.item-case .photo img{object-fit:cover;}
	.item-case .text{padding-top:13px;padding-left:15px;padding-right:15px;height:auto;padding-bottom:13px;}
	.item-case h5{margin-bottom:5px;font-size:16px;}
	.item-case p{font-size:12px;}
	.item-casehover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
    
    
	/*- - - - - - - - -样式属服务支持_构力智库_专家.html - - - - - - - -*/
	/*列表-分类*/
	.list-classification{line-height:29px;letter-spacing:1px;padding-top:0;padding-bottom:12px;width:92%;margin:0 auto;font-size:12px;text-justify:inter-ideograph;
		/*text-align:justify;*/
	}
	.list-classification li{display:inline-block;margin-right:0;}
	.list-classification li a{padding:0 5px 0 5px;padding-left:8px;padding-right:8px;}
	.list-classification li.change a,.list-classification li a:hover{color:#0069df;text-decoration:underline;}
	.item-export-group{width:92%;margin:0 auto;}
	.item-export-group .item-export{margin-bottom:15px;margin-right:13px;width:calc(50% - 1 * 13px / 2);}
	.item-export-group .item-export:nth-child(5n){margin-right:13px;}
	.item-export-group .item-export:nth-child(2n){margin-right:0px;}
	/*图文-专家*/
	.item-export{width:150px;height:auto;}
	.item-export:hover{box-shadow:0 0 7px rgba(0,0,0,0.08);}
	.item-export ._text{padding-top:10px;padding-bottom:11px;padding-left:10px;padding-right:10px;height:auto;}
	.item-export ._text ._pos{font-size:12px;}
	.item-export ._text ._name{font-size:14px;}
	.item-export ._intr{left:0;top:0;bottom:0;right:0;padding-left:15px;padding-right:15px;padding-top:35px;
	display: none;
	}
	.item-export ._intr h5{line-height:22px;font-size:16px;}
	.item-export ._intr dl{line-height:18px;height:119px;}
	.item-export ._intr .btn-readmore{width:23px;height:23px;border:1px solid rgba(255,255,255,0.35);line-height:23px;font-size:6px;}
	.item-export ._intr .btn-readmore::after{left:0;top:0;}
	.item-export ._intr dl dd{margin-bottom:10px;}
	.item-export ._intr dl dd:nth-last-of-type(1){margin-bottom:0;}

	.item-export>a{
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
	}

	/*- - - - - - - - -样式属服务支持_技术文档_PKPM新天地.html - - - - - - - -*/
		/*侧栏*/
		#sidebar{float:none;position:relative;width:92%;margin:0 auto 20px auto;}
		/*内容区域*/
		#neirong{float:none;width:92%;margin:0 auto;}
		/*列表-文档*/
		.list-docs li{margin-right:15px;margin-bottom:11px;width:calc(50% - 1 * 15px / 2);}
		.list-docs li:nth-child(5n){margin-right:15px;}
		.list-docs li:nth-child(2n){margin-right:0px;}
		.list-docs .photo img{padding:3px;}
		.list-docs ._txt{padding-top:8px;padding-bottom:8px;}
		.list-docs ._txt strong{font-size:14px;}
		.list-docs ._txt time{font-size:12px;}
	/*侧边栏标题*/
	.title-sidebar{height:33px;line-height:33px;text-align:left;font-size:14px;color:#4d4d4d;margin-bottom:9px;letter-spacing:1px;border-bottom:0;text-decoration:none;font-weight:normal;white-space:nowrap;overflow:hidden;}
	/*提示文本*/
	.text-tip{height:33px;line-height:33px;border-bottom:1px solid #f0f0f0;margin-bottom:19px;color:#949597;letter-spacing:1px;white-space:nowrap;overflow:hidden;}
	/*菜单导航*/
	.menu-nav li{display:inline-block;}
	.menu-nav li .icon-menu-arrow{}
	.menu-nav li a{padding:0 8px;line-height:2.2;border:1px solid #f0f0f0;display:inline-block;padding-left:19px;padding-right:19px;}
	.menu-nav li.change a{color:#0069df;background-color:#f7f8fc;}
	.menu-nav li a span{}
	.menu-nav li a::after{}
	/*- - - - - - - - -样式属服务支持_构力智库_专家_详情.html - - - - - - - -*/
		.title-major{font-size:18px;margin-bottom:13px;letter-spacing:2px;}
		.module-export{width:92%;margin:0 auto;}
		.module-export ._intr{padding-top:10px;padding-left:0px;}
		.module-export .photo{width:100%;float:none;height:auto;}
		.module-export ._link-back{margin-top:14px;float:none;}
		.module-export h2{font-size:22px;letter-spacing:2px;}
		.module-export ul{padding-bottom:13px;padding-top:9px;}
		.module-export ul li{line-height:24px;}
		.module-export h4{margin-top:9px;letter-spacing:2px;margin-bottom:3px;font-size:14px;}
		.module-export p{line-height:18px;max-width:435px;margin-bottom:5px;}
		/*- - - - - - - - -样式属服务支持_构力智库_加入智库.html - - - - - - - -*/
		/*文本-联系*/
		.text-contact{text-align:center;font-size:12px;line-height:1.84;padding-top:34px;padding-bottom:27px;}
		.text-contact ._tel{line-height:1.97;color:#0069df;font-size:24px;font-weight:normal;margin-bottom:5px;display:block;letter-spacing:1px;}
		.text-contact ul{letter-spacing:1px;}
		/*图片-二维码*/
		.pic-rqcode{margin-top:-3px;margin-right:9px;margin-bottom:49px;font-size:12px;}
		.pic-rqcode .photo{width:163px;height:163px;box-shadow:0 0 14px rgba(0,0,0,0.2);}
		.pic-rqcode span{line-height:44px;}
		/*- - - - - - - - -样式属服务支持_构力智库_新闻动态.html - - - - - - - -*/
			/*筛选-分类*/
			.module-filter-sort{line-height:29px;padding-top:12px;padding-bottom:12px;width:92%;margin:0 auto;font-size:14px;}
			.module-filter-sort ._filterItem{letter-spacing:1px;}
			.module-filter-sort ._filterItem .select{width:79px;height:29px;padding-left:4px;padding-right:4px;font-size:12px;margin-left:4px;vertical-align:middle;}
			.module-filter-sort ._filterType ul li{margin-right:17px;}
			.module-filter-sort+.item-news-group{padding-top:13px;}
			.module-filter-sort+.item-news-group .item-news{margin-top:0;}
	/*- - - - - - - - -样式属关于我们_科研标准.html - - - - - - - -*/
    /*文档列表*/
    .list-doc{width:92%;margin:0 auto;}
    .list-doc li{margin-bottom:16px;margin-right:14px;width:100%;height:auto;}
    .list-doc li:hover{}
    .list-doc li:nth-child(2n){margin-right:0;}
    .list-doc li strong{font-size:14px;letter-spacing:1px;display:block;line-height:1.63;color:#494949;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;white-space: normal;//强制不换行
	}
    .list-doc li a{padding-top:14px;padding-left:17px;padding-right:17px;padding-bottom:15px;}
    .list-doc li .icon--browse{width:33px;margin-right:11px;height:33px;margin-top:4px;}
    .list-doc li ._form{font-size:13px;margin-left: 42px;}
    /*简介*/
	.text-docIntr{padding:13px 0 13px 0;margin-bottom:12px;margin-top:12px;width:92%;max-width:100%;box-sizing:border-box;}
    .text-docIntr h3{font-size:18px;margin-bottom:5px;letter-spacing:1px;}
    .text-docIntr p{line-height:20px;}
    /*- - - - - - - - -样式属关于我们_公司简介.html - - - - - - - -*/
	/*主标题*/
	.title-main{font-size:17px;letter-spacing:3px;text-align:center;}
	/*列表-历史记录*/
	.history-title{margin-bottom:13px;margin-top:13px;font-size: 22px;}
	.year_content>li>h2{font-size: 22px;}
	.list-history{margin-left:93px;margin-right:0;}
	.list-history>li{padding-left:34px;padding-top:4px;padding-bottom:11px;}
	.list-history>li::before{width:7px;height:7px;border:1px solid #0069e3;border-radius:20px;top:10px;margin-right:0px;}
	.list-history>li ._year{width:85px;font-size:16px;top:3px;}
	.list-history li.active strong{font-size: 22px;}
	.list-history li ul{padding-top:5px;padding-bottom:5px;}
	.list-history li ul li{margin-bottom:13px;}
	.text-section{padding-top:13px;padding-bottom:13px;letter-spacing:1px;width:92%;margin:0 auto;}
	.text-section p{margin-bottom:11px;}
	.module-video{height:320px;}
	.module-video img{max-width:1325px;}
	.module-video video{min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:1325px;min-width:100%;}
	/*- - - - - - - - -样式属关于我们_联系我们.html - - - - - - - -*/
	
		/*分部*/
		.item-branch{width:92%;margin:0 auto 0 auto;}
		.item-branch li{margin-right:0;margin-bottom:13px;width:50%;height:225px;padding-right:50%;}
		.item-branch li:nth-child(4n){margin-right:0;}
		.item-branch li:nth-child(2n){margin-right:0px;}
		.item-branch .photo{width:62.60%;}
		.item-branch .photo img{object-fit:cover;}
		.item-branch strong._name{bottom:7px;left:12px;font-size:15px;font-weight:normal;}
		.item-branch ._intr{top:0;bottom:0;right:0;padding-left:17px;padding-right:17px;padding-top:12px;transform:none;opacity:1;width:69.00%;left:auto;}
		.item-branch ._intr address{display:block;line-height:1.94;text-align:left;font-size:14px;letter-spacing:1px;}
		.item-branch ._intr h5{margin-bottom:7px;letter-spacing:1px;display:none;font-size:16px;}
		.item-branch ._intr p{margin-bottom:15px;font-size:12px;text-align:left;}
		.item-branch ._intr p span{white-space:normal;}
		.item-branch ._intr ._btn-seemap{display:block;text-align:left;}
		.item-branch ._intr ._btn-seemap::after{transform:scalex(0);display:none;}
		/*联系*/
		.text-contact2{float:none;width:100%;margin-bottom:20px;}
		.text-contact2 ._tel{font-size:28px;font-weight:bold;margin-bottom:14px;}
		.text-contact2 h3{font-size:16px;margin-bottom:7px;letter-spacing:2px;padding-top:9px;padding-bottom:9px;}
		.text-contact2 p{font-size:12px;display: flex;flex-direction: column;}
		/*在线联系*/
		.text-online-contact p{line-height:1.88;color:#949597;font-size:12px;}
		.text-online-contact{float:none;padding-left:0;border-left:0;width:100%;height: auto;}
		.text-online-contact ._btn_kefu{width:147px;border-radius:25px;margin-top:30px;font-size:14px;}
		.text-online-contact ._btn_kefu [class^='icon--']{margin-right:4px;}
		.text-online-contact ._btn_seemap{margin-top:18px;}
		.text-online-contact ._btn_seemap [class^='icon']{margin-right:7px;}
		.text-online-contact ._btn_seemap span::after{bottom:-1px;right:0;left:0;}
		.text-online-contact h4{font-size:15px;margin-bottom:8px;letter-spacing:2px;}
		/*- - - - - - - - -样式属关于我们_合作共赢.html - - - - - - - -*/
			/*图片列表*/
			.list-image{width:92%;margin:0 auto;}
			.list-image::after{content:"";display:block;clear:both;}
			.list-image li{float:left;height:60px;position:relative;margin-right:11px;margin-bottom:11px;border:1px solid #e4e8eb;box-sizing:border-box;width:calc(33.33% - 2 * 11px / 3);}
			.list-image li:hover{border-color:#0069df;box-shadow:0 0 7px rgba(0,0,0,0.08);}
			.list-image li:nth-child(6n){margin-right:0;}
			.list-image li:nth-child(3n){margin-right:0px;}
			.list-image li .photo{width:100%;height:100%;overflow:hidden;display:block;text-align:center;background:#fff;}
			.list-image li .photo::after{content:"";height:100%;width:0;overflow:hidden;font-size:0;line-height:0;display:inline-block;vertical-align:middle;}
			.list-image li .photo img{width:auto;height:auto;display:inline-block;max-width:90%;max-height:90%;}
			/*组件-地图数字*/
			.module-map-number{height:auto;}
			.module-map-number .center{width:92%;margin:0 auto;padding-top:34px;padding-bottom:34px;}
			.module-map-number ._pic{width:100%;position:relative;left:0%;top:0%;transform:none;padding-top:0;}
			.module-map-number ._pic img{position:relative;}
			.module-map-number ._intr{position:relative;top:0%;transform:none;}
			.module-map-number h3{font-size:16px;}
			.module-map-number ul{margin-bottom:11px;margin-top:10px;}
			.module-map-number ul li{margin-right:50px;}
			.module-map-number ul li strong{font-size:37px;}
			.module-map-number ul li span{font-size:14px;letter-spacing:1px;}
			.module-map-number h4{font-size:16px;}
			/*组件-banner轮播图*/
			.module-banner-slide{height:auto;}
			.module-banner-slide .swiper-pagination{bottom:0px;padding-top:17px;padding-bottom:17px;}
			.module-banner-slide .swiper-pagination .swiper-pagination-bullet{width:17px;height:2px;line-height:0;border-radius:25px;margin-left:1px;margin-right:1px;margin:0 3px;}
			/*组件-合作伙伴轮播*/
			.list-image-slide{position:relative;overflow:hidden;}
			/*导航*/
			.list-image-slide  .swiper-pagination{bottom:0px;}
			.list-image-slide  .swiper-pagination .swiper-pagination-bullet{width:5px;height:5px;line-height:0;border-radius:25px;}
			/*- - - - - - - - -样式属搜索 详情.html - - - - - - - -*/
				/*搜索条*/
				#searchBar .btn_send .icon-search{font-size:10px;}
				#searchBar{margin-bottom:3px;border-bottom:0;}
				#searchBar .center{padding-top:17px;padding-bottom:15px;width:92%;margin:0 auto;}
				#searchBar .Searchform{width:100%;}
				#searchBar ::-webkit-input-placeholder{letter-spacing:2px;}
				#searchBar ::-moz-placeholder{letter-spacing:2px;}
				#searchBar :-ms-input-placeholder{letter-spacing:2px;}
				#searchBar .text{padding-left:11px;padding-right:11px;font-size:14px;height:30px;}
				#searchBar .btn_send{width:88px;height:32px;font-size:14px;}
				#searchBar .btn_send .icon-search{font-size:10px;}
				/*搜索内容区域*/
				#searchContent .module-pages{padding-top:24px;padding-bottom:24px;}
				#searchContent .center{max-width:619px;width:100%;}
				/*列表-搜索文档*/
				.list-search-doc h5{font-size:14px;letter-spacing:1px;margin-bottom:8px;}
				.list-search-doc ._value{font-size:10px;}
				.list-search-doc ._value span{margin-right:15px;}
				.list-search-doc p{margin-top:10px;margin-bottom:10px;font-size:12px;text-justify:inter-ideograph;text-align:justify;height:5.25em;overflow:hidden;}
				.list-search-doc ._label{padding-left:12px;padding-right:12px;min-width:68px;margin-right:4px;font-size:12px;}
				/*- - - - - - - - -样式属解决方案.html - - - - - - - -*/
				/**/
				.item-scheme-group{display:flex;justify-content:space-between;flex-wrap:wrap;width:92%;margin:0 auto;}
				.item-scheme-group .item-scheme{margin-right:17px;width:calc(50% - 1 * 17px / 2);}
				.item-scheme-group .item-scheme:nth-child(3n){margin-right:17px;}
				.item-scheme-group .item-scheme:nth-child(2n){margin-right:0px;}
				/*项-方案*/
				.item-scheme{float:left;width:248px;position:relative;margin-bottom:4px;}
				.item-scheme .text{padding-top:15px;padding-bottom:24px;}
				.item-scheme h5{height:22px;font-size:14px;margin-bottom:5px;}
				.item-scheme p{font-size:12px;}
				.item-scheme a.btn_more{color:#878789;font-size:14px;top:8px;opacity:1;}
				.item-schemehover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
				/*组件-筛选*/
				.module-filter{margin-bottom:29px;padding-top:20px;width:92%;margin:0 auto;}
				.module-filter ._filterName{font-size:14px;}
				.module-filter ._level1{font-size:14px;padding-top:5px;padding-bottom:5px;}
				.module-filter ._level1 li{margin-right:13px;}
				.module-filter ._level1 li a{padding-left:4px;padding-right:4px;}
				.module-filter ._level2{line-height:27px;padding-top:7px;padding-bottom:7px;padding-left:10px;padding-right:10px;font-size:12px;}
				.module-filter ._level2 li{margin-right:19px;}
	/*- - - - - - - - -样式属关于我们_培训认证.html - - - - - - - -*/
	/*- - - - - - - - -样式属产品与服务_详情.html - - - - - - - -*/
	/**/
	.list-fn-slide{position:relative;}
	.list-fn-slide .swiper{overflow:hidden;}
	/*导航*/
	.list-fn-slide  .swiper-pagination{background-size:contain;bottom:0px;position:relative;padding-top:5px;}
	.list-fn-slide  .swiper-pagination .swiper-pagination-bullet{width:5px;height:5px;line-height:0;border-radius:25px;border:1px solid #fffeff;opacity:1;background:none;}
	.list-fn-slide  .swiper-pagination .swiper-pagination-bullet-active{background-color:#fff;}
	.list-fn-slide .swiper-button-prev,.list-fn-slide .swiper-button-next{position:absolute;top:50%;width:14px;height:22px;margin-top:-11px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
	.list-fn-slide .swiper-button-next{right:-30px;}
	.list-fn-slide .swiper-button-prev{left:-30px;}
	.list-fn-slide .swiper-button-prev.swiper-button-white,.list-fn-slide .swiper-button-next.swiper-button-white{color:#fff;}
	.list-fn-slide .swiper-button-prev.swiper-button-white::after,.list-fn-slide .swiper-button-next.swiper-button-white::after{font-size:12px;}
	/*列表-功能*/
	.list-fn{color:#fff;width:92%;margin:0 auto;}
	.list-fn::after{content:"";display:block;clear:both;}
	.list-fn li{float:left;text-align:center;margin-right:36px;padding-top:25px;padding-bottom:20px;width:calc(50% - 1 * 36px / 2);}
	.list-fn li:nth-child(4n){margin-right:0;}
	.list-fn li:nth-child(2n){margin-right:0px;}
	.list-fn ._iconPic{height:61px;width:61px;margin:0 auto 16px auto;display:block;}
	.list-fn ._iconPic img{width:100%;height:100%;display:block;}
	.list-fn ._name{line-height:2.04;font-size:16px;font-weight:normal;letter-spacing:2px;}
	.list-fn ._intr{line-height:1.75;letter-spacing:1px;text-justify:inter-ideograph;text-align:justify;}
	/*项-功能*/
	.item-fn:nth-child(even){background-color:#f7f8fc;}
	.item-fn:nth-child(even) ._computerPic{float:none;}
	.item-fn .center{width:95%;max-width:800px;padding-top:34px;padding-bottom:34px;}
	.item-fn ._computerPic{width:97.50%;float:none;background:url(../images/bg-computer.png) no-repeat left top;position:relative;background-size:100%;padding-top:37.00%;height:61px;}
	.item-fn ._computerPic img{position:absolute;width:77.5%;background:#fff;left:50%;top:0;transform:translateX(-49%);margin-top:3.81%;}
	.item-fn ._intr{padding-top:5.44%;padding-left:0;overflow:hidden;width:90%;margin-left:auto;margin-right:auto;}
	.item-fn ._intr h4{font-size:18px;line-height:1.29;font-weight:bold;padding-top:8px;padding-bottom:8px;letter-spacing:1px;margin-bottom:13px;text-align:center;}
	.item-fn ._intr ul li{line-height:1.88;margin-bottom:1px;font-size:12px;}
	.item-fn ._intr ul li::before{content:"";width:3px;height:3px;display:inline-block;border-radius:15px;margin-right:5px;background-color:#0069df;vertical-align:middle;}
	.item-fn ._intr ul li em{font-weight:bold;}
	/*广告文字*/
	.text-banner2{position:absolute;top:50%;transform:translate(-50%,-40%);color:#fff;left:50%;width:88%;text-justify:inter-ideograph;text-align:justify;}
	.text-banner2 h3{line-height:1.47;font-size:20px;font-weight:bold;letter-spacing:0px;margin-bottom:12px;}
	.text-banner2 p{line-height:1.93;margin-bottom:28px;letter-spacing:0px;font-size:12px;}
	.text-banner2 ._btnGroup{text-align:center;}
	.text-banner2 ._btnGroup a{width:100%;height:37px;display:inline-flex;border:1px solid #ffffff;text-align:center;box-sizing:border-box;color:#fff;margin-right:10px;align-items:center;justify-content:center;vertical-align:middle;font-size:14px;letter-spacing:1px;margin-bottom:10px;}
	.text-banner2 ._btnGroup [class^='icon']{vertical-align:-8px;margin-right:4px;color:#fff;}
	.text-banner2 ._btnGroup a span{vertical-align:middle;height:12px;line-height:12px;}
	/*组件-申请*/
	.module-apply{padding-top:54px;padding-bottom:44px;background-size:cover;padding-left:4%;padding-right:4%;box-sizing:border-box;width:100%;margin-bottom:15px;}
	.module-apply ._text{font-size:18px;letter-spacing:2px;width:auto;}
	.module-apply ._btnGroup{padding-top:17px;padding-bottom:17px;margin-top:10px;}
	.module-apply ._btnGroup a{width:135px;height:33px;border:1px solid #ccc;line-height:33px;}
	/*组件-全屏广告*/
	.module-full-banner{height:441px;background:#000;position:relative;overflow:hidden;}
	.module-full-banner .text-banner2{z-index:200;}
	.module-full-banner>img{opacity:0.75;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:1325px;min-width:100%;z-index:99;}
	/*- - - - - - - - -样式属新闻资讯_详情.html - - - - - - - -*/
	/**/
	.contentArea{padding-top:2.60%;width:92%;margin:0 auto;}
	.contentArea::after{content:"";display:block;clear:both;}
	.contentArea ._leftArea{width:100%;float:none;margin-bottom:20px;}
	.contentArea ._rightArea{width:100%;float:none;margin-bottom:19px;}
	.contentArea ._rightArea ._AreaBox{border:none;padding-top:2%;padding-bottom:0;padding-left:0;padding-right:0;margin-bottom:5px;}
	.contentArea ._rightArea ._AreaBox::after{content:"";display:block;clear:both;}
	.contentArea ._rightArea ._AreaBox .item-products2{width:calc(50% - 1 * 10px / 2);float:left;margin-right:10px;}
	.contentArea ._rightArea ._AreaBox .item-products2:nth-child(odd){margin-right:0px;}
	/*侧栏标题2*/
	.title-sidebar2{font-size:16px;line-height:2.43;border-bottom:1px solid #f2f2f2;letter-spacing:1px;font-weight:normal;margin-bottom:12px;}
	/*喜欢列表*/
	.list-like li{line-height:1.50;padding-left:7px;letter-spacing:1px;margin-bottom:6px;position:relative;}
	.list-like li::before{position:absolute;width:3px;height:3px;content:"";left:0;top:11px;background-color:#0069df;border-radius:5px;font-size:14px;}
	.list-like li a{display:block;padding-top:6px;}
	.list-like li time{display:block;color:#0069df;margin-top:2px;}
	/*产品2*/
	.item-products2{width:138px;padding-bottom:9px;margin-bottom:8px;margin-right:10px;text-justify:inter-ideograph;text-align:justify;}
	.item-products2 .photo{margin-bottom:9px;}
	.item-products2 h5{font-size:14px;letter-spacing:1px;white-space:nowrap;text-overflow:ellipsis;}
	.item-products2 p{font-size:12px;}
	.item-products2 a.btn_more{font-size:7px;}
	.item-products2hover{box-shadow:0 0 7px rgba(0,0,0,0.2);}
	/*文本-文档头部*/
	.text-docheader{padding-bottom:6px;}
	.text-docheader ._setFont{position:relative;right:0;top:0;padding-top:5px;padding-bottom:5px;font-size:14px;margin-bottom:10px;}
	.text-docheader ._setFont span{width:26px;height:26px;border-radius:25px;line-height:26px;margin-left:5px;font-size:14px;margin-right:5px;}
	.text-docheader ._title{line-height:1.62;font-size:19px;font-weight:bold;margin-bottom:11px;text-align:center;letter-spacing:2px;padding-bottom:8px;padding-right:0;padding-top:8px;}
	.text-docheader ._val{line-height:15px;text-align:center;font-size:12px;}
	.text-docheader ._val li{padding-right:6px;margin-right:6px;}
	/*文本-文档内容*/
	.text-doccontent{line-height:1.80;overflow:hidden;font-size:12px;color:#575654;padding-bottom:15px;text-justify:inter-ideograph;text-align:justify;}
	.text-doccontent img{max-width:100%;display:block;margin-bottom:10px;}
	.text-doccontent p{margin-bottom:12px;}
	.text-doccontent.doc-largeSize{font-size:19px;}
	.text-doccontent.doc-mediumSize{font-size:15px;}
	.text-doccontent.doc-smallSize{font-size:12px;}
	/**/
	.text-prevnext ._btnBackList{position:relative;overflow:hidden;}
	.text-prevnext ._btnBackList span{position:relative;z-index:200;}
	.text-prevnext ._btnBackList::after{content:'';z-index:1;position:absolute;top:50%;left:100%;margin:-7px 0 0 1px;width:15px;height:15px;border-radius:50%;background:#e1e1e2;transform-origin:100% 50%;transform:scale3d(1,2,1);transition:transform 0.3s,opacity 0.3s;transition-timing-function:cubic-bezier(0.7,0,0.9,1);}
	.text-prevnext ._btnBackList:hover::after{transform:scale3d(9,9,1);}
	/*文本-上一页下一页*/
	.text-prevnext{line-height:19px;padding-top:16px;padding-bottom:16px;}
	.text-prevnext ._btnBackList{font-size:14px;width:100%;background-color:#0069df;position:relative;top:23px;right:0px;border-radius:25px;color:#fff;display:block;margin-bottom:10px;}
	.text-prevnext p{line-height:35px;font-size:14px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
	/*组件-分享2*/
	.module-share2{padding-top:7px;padding-bottom:7px;text-align:center;}
	.module-share2 li{width:27px;height:27px;float:none;margin-right:7px;border-radius:2px;line-height:27px;display:inline-block;}
	.module-share2 li .photo [class^='icon-']{font-size:16px;}
	/*- - - - - - - - -样式属解决方案_详情.html - - - - - - - -*/
		/*项目-文档*/
		.item-doc:nth-child(odd){background-color:#f7f8fc;}
		.item-doc:nth-child(odd) .center{flex-direction:column;}
		.item-doc:nth-child(odd) ._intr{margin-right:0;margin-left:0;}
		.item-doc .center{display:flex;justify-content:space-between;align-items:center;padding-top:6.44%;padding-bottom:6.44%;width:92%;flex-direction:column;max-width:100%;}
		.item-doc .photo{width:100%;flex:none;background:#999;margin-bottom:15px;}
		.item-doc ._intr{margin-left:0;}
		.item-doc ._intr h4{font-size:15px;line-height:1.34;margin-bottom:13px;}
		.item-doc ._intr p{font-size:12px;line-height:1.88;}
		/*项目-文档*/
		.item-doc2{background:#fff;width:92%;margin:0 auto;}
		.item-doc2:nth-child(even){background-color:#f7f8fc;}
		.item-doc2:nth-child(odd) .center{flex-direction:column;}
		.item-doc2:nth-child(odd) ._intr{margin-right:0;margin-left:0;width:100%;flex:none;}
		.item-doc2 .center{display:flex;justify-content:space-between;align-items:center;padding-top:6.44%;padding-bottom:6.44%;}
		.item-doc2 .photo{width:100%;flex:none;background:#999;margin-right:0px;margin-left:0px;padding:0;}
		.item-doc2 ._intr{margin-left:0;}
		.item-doc2 ._intr h4{font-size:17px;line-height:1.38;margin-bottom:13px;font-weight:normal;letter-spacing:3px;}
		.item-doc2 ._intr p{line-height:1.88;}
		/*项-介绍-组*/
		.item-intr-group{display:flex;justify-content:space-between;width:100%;position:relative;}
		/*导航*/
		.item-intr-group  .swiper-pagination{background-size:contain;bottom:0px;}
		.item-intr-group  .swiper-pagination .swiper-pagination-bullet{width:5px;height:5px;background-color:#838383;line-height:0;border-radius:25px;border:1px solid #ffffff;background:none;opacity:1;margin-left:2px;margin-right:2px;box-sizing:border-box;}
		.item-intr-group  .swiper-pagination .swiper-pagination-bullet-active{background:#fff;}
		.item-intr-group .swiper-button-prev,.item-intr-group .swiper-button-next{position:absolute;top:50%;width:14px;height:22px;margin-top:-11px;z-index:10;cursor:pointer;background-size:27px 44px;background-repeat:no-repeat;background-position:center;}
		.item-intr-group .swiper-button-next{right:0;}
		.item-intr-group .swiper-button-prev{left:0;}
		.item-intr-group .swiper-button-prev.swiper-button-white,.item-intr-group .swiper-button-next.swiper-button-white{color:#fff;}
		.item-intr-group .swiper-button-prev.swiper-button-white::after,.item-intr-group .swiper-button-next.swiper-button-white::after{font-size:12px;}
		.item-intr-group .swiper{width:100%;overflow:hidden;position:relative;box-sizing:border-box;}
		.item-intr-group>.item-intr{width:calc(50% - 1 * 5% / 2);}
		.item-intr-group>.item-intr:nth-child(4n){margin-right:0;}
		.item-intr-group .item-intr-box{justify-content:space-between;display:flex;width:90%;margin:0 auto;}
		.item-intr-group .item-intr-box .item-intr{margin-right:5%;width:calc(50% - 1 * 5% / 2);}
		.item-intr-group .item-intr-box .item-intr:nth-child(4n){margin-right:0;}
		.item-intr-group .item-intr-box .item-intr:nth-child(2n){margin-right:0px;}
		/*项-介绍*/
		.item-intr{padding-bottom:12px;padding-top:14px;}
		.item-intr dt{font-size:12px;line-height:1.50;margin-bottom:8px;letter-spacing:1px;}
		.item-intr dt ._icon{height:43px;width:43px;display:block;margin-bottom:19px;}
		.item-intr dt ._icon img{width:100%;height:100%;display:block;}
		.item-intr dd{font-size:8px;line-height:1.75;letter-spacing:1px;}
		.item-intr.item-intr--white{color:#fff;}
    #Floatingbar{display: none;}


    
}




